home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CAboutBox.h
-
- CAboutBox Dialog Director Class
-
- Copyright © 1995 Gregory Bonk for NewMedia Inc.. All rights reserved.
-
- Generated by Visual Architectâ„¢ 12:52 PM Wed, Aug 2, 1995
-
- This file is only generated once. You can modify it by filling
- in the placeholder functions and adding any new functions you wish.
-
- If you change the name of the dialog class, a fresh version of this
- file will be generated. If you have made any changes to the file
- with the old name, you will have to copy those changes to the new
- file by hand.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "x_CAboutBox.h"
-
-
- class CDirectorOwner;
-
- class CAboutBox : public x_CAboutBox
- {
- public:
-
- TCL_DECLARE_CLASS
-
- // Insert your own public data members here
-
- void ICAboutBox(CDirectorOwner *aSupervisor);
-
- virtual void ProviderChanged(CCollaborator *aProvider, long reason, void* info);
- virtual void DoCommand(long theCommand);
-
- protected:
-
- virtual void BeginData(CAboutBoxData *initial);
- virtual void UpdateData(CAboutBoxUpdate *update, long itemNo);
- virtual void EndData(CAboutBoxData *final);
- };
-